PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableImageCell Class


In This Topic
    PDFFlowTableImageCell Class Methods
    In This Topic

    For a list of all members of this type, see PDFFlowTableImageCell members.

    Public Methods
     NameDescription
    Public MethodGets the cell background. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the cell borders. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the number of columns this cell spans on. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the cell content.  
    Public MethodGets the horizontal align. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the image height.
    If this value is 0, the height is computed automatically based on image width in order to keep the original image aspect ratio.  
    Public MethodGets the image width.
    If this value is 0, the width is computed automatically based on image height in order to keep the original image aspect ratio.  
    Public MethodGets the cell inner margins. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the row this cell belongs to. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the number of rows this cell spans on. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets an arbitrary Object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the vertical align. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the cell background. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the cell borders. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the number of columns this cell spans on. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the cell content.  
    Public MethodSets the horizontal align. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the image height.
    If this value is 0, the height is computed automatically based on image width in order to keep the original image aspect ratio.  
    Public MethodSets the image width.
    If this value is 0, the width is computed automatically based on image height in order to keep the original image aspect ratio.  
    Public MethodSets the cell inner margins. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the number of rows this cell spans on. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets an arbitrary Object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the vertical align. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Top
    See Also